Skip to content

Conversation

@BethanyG
Copy link
Member

No description provided.

@BethanyG BethanyG merged commit a06cf48 into exercism:main Jun 30, 2025
10 checks passed
@keiravillekode
Copy link
Contributor

Note than many workflows still use 22.04

.github/workflows/ci-workflow.yml:    runs-on: ubuntu-22.04
.github/workflows/issue-commenter.yml:    runs-on: ubuntu-22.04
.github/workflows/pr-commenter.yml:    runs-on: ubuntu-22.04
.github/workflows/stale.yml:    runs-on: ubuntu-22.04
.github/workflows/test-runner.yml:    runs-on: ubuntu-22.04

Would a PR to update these be welcome?

@BethanyG
Copy link
Member Author

Thank you so much for asking! 😄 ❤️

I thought I'd already changed the ci-workflow.yml to use the later version of ubuntu, but some things must've slipped through the cracks.

I'm actually in the process of moving the track to Python 3.13, which has prompted an upgrade of virtually all our tools, scripts, and CI. So I am doing violence to:

.github/workflows/ci-workflow.yml & .github/workflows/test-runner.yml

But started with the runner repo, because that one was quite a bit more complicated.

Specifically. I not only have to change the ubuntu version, I need to add in container: image: python:3.13.5-alpine3.22, because we're using Alpine in production now. And with that and the tooling changes, I also have to alter the scripts and the docker files. So I'll take care of the ci-workflow and test-runner files here in the next day or so, as I update the other tooling repos. Everything sorta has to be merged at the same time for things to work out.

I am not sure we're actively using the remainder of the workflows, but in the interest of keeping things up-to-date, I would warmly welcome a PR for them. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants